home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000141_fdc@columbia.edu_Sat Jun 7 11:32:51 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  53 lines

  1. Article: 14367 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc,comp.sys.mac.system
  5. Subject: Re: Mac OS X, Break, and Keyspan USB Twin Serial Adaptor
  6. Date: 7 Jun 2003 11:32:41 -0400
  7. Organization: Columbia University
  8. Lines: 36
  9. Message-ID: <bbt0ip$hgj$1@watsol.cc.columbia.edu>
  10. References: <ac67ee9b.0305281820.6fd13658@posting.google.com> <bb89d0$m7v$0@206.231.158.3> <bb8esi$6o3$1@watsol.cc.columbia.edu> <ac67ee9b.0306061708.7173165d@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1054999963 1232 128.59.39.139 (7 Jun 2003 15:32:43 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 7 Jun 2003 15:32:43 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14367 comp.sys.mac.system:615211
  16.  
  17. In article <ac67ee9b.0306061708.7173165d@posting.google.com>,
  18. Josh Kuperman <josh@ssimr.com> wrote:
  19. : Needless to say I misspoke (misemailed? misnewsgroup-posted?) and
  20. : meant the exact same type of a miniDIN8 you had trouble with and not a
  21. : 9 pin connector. Be that as it may I have now tried a usb to 9 pin
  22. : serial converter connected to a cable with db9serial to db25 (no null
  23. : modem) with similar results. I can see what the output from the device
  24. : but I don't seem able to get a break key signal through. I have
  25. : concluded that there is either something odd with the way Mac OS X
  26. : treats the break, or that for some reason it is not being detected by
  27. : my Sun SparcStation 10.
  28. :
  29. If you look at the source file, ckutio.c:
  30.  
  31.   ftp://kermit.columbia.edu/kermit/f/ckutio.c
  32.  
  33. you'll find a routine sndbrk().  You'll see that it has a multitude of
  34. #ifdef'd code selections because Break-sending is perhaps the least
  35. standardized of all Unix APIs.
  36.  
  37. See if you can find Mac OS X documentation on how to send Break.  Hopefully
  38. the recommended method matches one of those already selectable in sndbrk().
  39. If so, "just" finagle the #ifdefs to select the appropriate code.  The
  40. symbol for Mac OS X is MACOSX.
  41.  
  42. Let me know what works and I'll add it to the C-Kermit code base.  If you
  43. have questions, send email to kermit-support@columbia.edu.
  44.  
  45. : I have seen some comments indicating some
  46. : people starting having trouble with kermit after the Mac OS X, 10.2.6
  47. : upgrade ...
  48. :
  49. This kind of comment should be sent to us too.  What kind of trouble?
  50. What changed in Mac OS 10.2.6 that might have caused it?
  51.  
  52. - Frank
  53.